home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / Viva.Form < prev    next >
Text File  |  1994-05-23  |  225b  |  30 lines

  1. Viva
  2. {
  3.     {
  4.         x1=-2.5
  5.         x2= 1.5
  6.         y1=-1.55
  7.         y2= 1.55
  8.         par1.r=2.0
  9.         par1.i=0.0
  10.         par2.r=0.2
  11.         par2.i=0.0
  12.         bailout=2.0
  13.     }
  14.     {
  15.         z=pixel
  16.         c=pixel
  17.     }
  18.     {
  19.         z=pow(z,par1)
  20.         z=z+c
  21.         c=par2/z
  22.         w=abs(z)
  23.     }
  24.     {
  25.         w>bailout
  26.     }
  27.     {
  28.     }
  29. }
  30.